home *** CD-ROM | disk | FTP | other *** search
/ Linux Programs 1995 Summer / Linux Programs.iso / raytrace / radiance.con / README < prev    next >
Text File  |  1994-08-07  |  2KB  |  39 lines

  1.             TRANSLATORS
  2.  
  3. This directory contains contributed CAD translators and image file
  4. converters for going to and from Radiance.  Most of the programs should
  5. be here as compressed tar files that unpack to create a directory with
  6. the appropriate Makefile and manual page(s).
  7.  
  8. By convention, CAD format translators are named something like *2rad,
  9. and usually do not perform the reverse conversion from Radiance models
  10. to the CAD system.  Image file converters, on the other hand, should
  11. provide a '-r' option to go from the foreign image format to a Radiance
  12. floating point pictures.  The convention for image converter names is ra_*.
  13.  
  14. The following translators have been contributed so far:
  15.  
  16. archicad.sea.hqx - A converter from ArchiCAD for the Mac
  17. archicad2rad.c    - C program extracted from above on March 4, 1994
  18. stratastudio.sea.hqx - A converter from StrataStudio for the Mac
  19. dem2rad.tar.Z    - A translator from Digital Elevation Maps to gensurf input
  20. dxf2rad.lisp    - An AutoLISP DXF translator [uncompressed]
  21. ra2pict.tar.Z    - A translator from Radiance to Macintosh PICT (forward only)
  22. ra_xim.tar.Z    - A translator between Radiance pictures and Ximage format
  23. ra_rle.c    - A translator from Radiance pictures to Utah RLE format
  24. sgirgb.tar.Z    - Translators to and from SGI RGB image format
  25. torad.tar.Z    - An improved AutoLISP translator for Radiance
  26.  
  27. If you are planning to write a CAD format translator for Radiance, please
  28. consult the translators file in the ray/doc/notes directory of the standard
  29. Radiance distribution.
  30.  
  31. If you wish to write an image converter, please avail yourself of the
  32. Radiance scanline color manipulation routines in ray/src/px and
  33. ray/src/common:  color.h, resolu.h, color.c, colrops.c, header.c and
  34. resolu.c.  You may use start from the ra_skel.c example converter.  If
  35. you are converting to 8-bit color, you may also want to use the
  36. routines in clrtab.c.  You can follow ra_t8.c as an example of 8-bit
  37. color conversion.  If you are converting to some raw image format, you
  38. should check that pvalue doesn't do the conversion already.
  39.